home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 14 / 014.d81 / t.text boot < prev    next >
Text File  |  2022-08-26  |  2KB  |  116 lines

  1.  
  2.           TEXTRAPOLATION
  3.  
  4.  
  5.  
  6. Written by: Mark Zimmermann
  7.  
  8. Random Thoughts-Randomness in Language
  9. Commodore Microcomputers, August 1985
  10. Page 62
  11.  
  12.  
  13.    TEXTRAPOLATION is a demonstration
  14.  
  15. of the redundancy of the English
  16.  
  17. language.  As words are typed in, the
  18.  
  19. computer attempts to predict the next
  20.  
  21. letter before the user presses the
  22.  
  23. key.
  24.  
  25.    TEXTRAPOLATION is actually a
  26.  
  27. collection of three programs.  They
  28.  
  29. all try to predict the next key to be
  30.  
  31. typed, but they go about it in
  32.  
  33. different ways.  TEXTRAPOLATION-1
  34.  
  35. simply keeps track of prior input and
  36.  
  37. checks for patterns.  Therefore, if
  38.  
  39. you have previously typed 'THIS', then
  40.  
  41. the next time you type the letter 'I',
  42.  
  43. the program will predict that the next
  44.  
  45. character will be an 'S'.  The second
  46.  
  47. version, TEXTRAPOLATION-2, predicts
  48.  
  49. the next character on the basis of
  50.  
  51. what happened two times out of three
  52.  
  53. in the past.  The last version, named
  54.  
  55. TEXTRAPOLATION-3, scans prior input
  56.  
  57. and looks for patterns of three or
  58.  
  59. less characters.
  60.  
  61.   While running any of these programs,
  62.  
  63. please do not use lower-case letters
  64.  
  65. or punctuation marks.  To exit any of
  66.  
  67. these three programs, press the left
  68.  
  69. arrow key (_ upper-left of keyboard).
  70.  
  71. **** NOTE ****
  72.  
  73.   The routines to display the text
  74.  
  75. have been modified by Alan Gardner.
  76.  
  77. Therefore, the listings in the
  78.  
  79. magazine will NOT exactly match those
  80.  
  81. on this disk.  Also note that you may
  82.  
  83. type for a while without getting any
  84.  
  85. response from the computer.  It takes
  86.  
  87. some time for the computer to 'learn'
  88.  
  89. the correct patterns.
  90.  
  91.  
  92.    This program is copyrighted by
  93.  
  94. Microcomputers magazine. All rights to
  95.  
  96.          it are reserved.
  97.  
  98.        LOADSTAR has relieved
  99.  
  100. you from the burden of keying in this
  101.  
  102.     program.  For more complete
  103.  
  104. information about this program, refer
  105.  
  106. to the August 1985 issue of Commodore
  107.  
  108.       Microcomputers Magazine.
  109.  
  110.  
  111. >Files used: TEXTRAPOLATION-1
  112.              TEXTRAPOLATION-2
  113.              TEXTRAPOLATION-3
  114.  
  115. --------------------------------------
  116.